ComponentOne Xamarin.iOS
MoveAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : MoveAsync Method
From index.
To index.
Moves an item from the specified position to the new one.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__72)> 
Public Overridable Function MoveAsync( _ 
   ByVal fromIndex As Integer, _ 
   ByVal toIndex As Integer _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Task
 
value = instance.MoveAsync(fromIndex, toIndex)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__72)] 
public virtual Task MoveAsync( 
   int fromIndex, 
   int toIndex 
)

Parameters

fromIndex
From index.
toIndex
To index.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members